From: Eli Zaretskii Date: Fri, 7 Aug 2009 14:52:56 +0000 (+0000) Subject: (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as the default. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11203 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=0bd504aeb651425c96e9ba18972fbc2a4a53380d;p=emacs.git (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as the default. --- diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el index 59dde099828..b291969b7f5 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el @@ -393,7 +393,7 @@ This is not required to be present for user-written mode annotations." (string :tag "Closing annotation delimiter")))) (defcustom calc-gnuplot-name - "gnuplot" + (if (eq system-type 'windows-nt) "pgnuplot" "gnuplot") "Name of GNUPLOT program, for calc-graph features." :group 'calc :type '(string))